Hello Guys,
I have a simple code in SwiftUI
Menu {
Text("Item")
} label: {
Text("Menu")
}
But it's produce an Error like this: "[UILog] Called -[UIContextMenuInteraction updateVisibleMenuWithBlock:] while no context menu is visible. This won't do anything."
But this is no warning, in fact, there happens nothing.
Has anybody an idea, how to get rid this error message?
Thanks in Advance
DWD
1
0
3.2k